--- interact_link: content/intro.ipynb kernel_name: python3 kernel_path: content has_widgets: false title: |- Maxym Myroshnychenko pagenum: 0 prev_page: url: next_page: url: suffix: .ipynb search: maxym myroshnychenko nih ninds postdoc gordon lab national institutes health neurological disorders stroke coupled van der pol oscillators interactive version localhost comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***" ---
Maxym Myroshnychenko

NIH/NINDS postdoc in Gordon lab

National Institutes of Health/Neurological disorders and Stroke


Coupled Van der Pol oscillators

Interactive version: http://localhost:4002

from models.coupled.vanderpol import get_plot, hv


van=get_plot()
hv.save(van, '/home/m/mmy_book/content/van.html', backend='bokeh')
hv.save(van, 'van.html', backend='bokeh')


from IPython.display import IFrame
IFrame(src='./van.html', width=1400, height=1400) # working directory of notebook should be /content
van